Skip to content

Conversation

ivanvikhrev
Copy link

код в src/workaround.cpp

void AvrgElems(unsigned char* const data, const int width, const int height, const int locality);
void MedianFilter(unsigned char* const data, const int width, const int height, const int locality);
unsigned char Sum(unsigned char* const data, const int width, const int height, const int a, const int b, const int locality);
unsigned char FindAverage(unsigned char* const data, const int width, const int height, const int a, const int b, const int locality);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ivanvikhrev, почистите, пожалуйста, код в плане форматирования.

  • В строках д.б. не более 80 символов.
  • После запятой в перечислении (например, при объявлении переменных или параметров функции) нужен пробел.
  • Не должно быть лишних комментариев типа "TODO"
  • Отступы по программным блокам

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants